%@ Language=VBScript%>
<%
dim sStr,SlNo, Festival, Cntr
'Kerala Hit counter
'--------------------------------------------
SERVER.EXECUTE("keralaHitStats.asp")
'--------------------------------------------
SlNo = Request("ClaSlNo")
Name = Request("Categories")
sStr=""
Openconnection MyConn
Set rsMatrimony = Server.CreateObject ("ADODB.Recordset")
'----- Create a query definition --------
sStr=""
sStr = "Select ClaSlNo, ClaAdSubcategories, ClaAdHeadLine, ClaBriefDesc, ClaAdditionaInfo, ClaPostDate,ClaActiveYN From ClassifiedAds Where ClaSlNo = " & SlNo & " And ClaAdSubcategories Like '%"& Name &"%' "
rsMatrimony.Open sStr, MyConn, adOpenStatic , adLockOptimistic
%>
<%=Title%>Matrimony Details
|
|
|
|
| |
<%if not rsMatrimony.eof then %>
|
<%ELSE%>
<%End If%>
|
|
|
|
|
|
|
|
|
|
|